Html Css Color HEX #B238CF Dark Orchid

📋 copy color: '#B238CF'

red 178 ◦ green 56 ◦ blue 207

#B238CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B238CF

Tints of Dark Orchid #B238CF

RGB

 RED value IS 178 (69.92% from 255) = 40.36%

 GREEN value IS 56 (22.27% from 255) = 12.7%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 40.36%
G = 12.7%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B238CF (or 0xB238CF) is known color: Dark Orchid. HEX triplet: B2, 38 and CF. RGB value is (178,56,207). Sum of RGB (Red+Green+Blue) = 178+56+207=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B238CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238CF is #4DC730. Grayscale: #6D6D6D. Windows color (decimal): -5097265 or 13580466. OLE color: 13580466.

HSL color Cylindrical-coordinate representation of color #B238CF: hue angle of 288.48º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B238CF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 56 207 -
CMYK 0.14 0.73 0 0.19
HSL 288.48º 0.61% 0.52% -
HSV(B) 288.48º 0.73% 0.81% -
XYZ 31.04 16.8 60.64 -
YUV 109.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 178 56 207 0.14 0.73 0 0.19 288.48 0.61 0.52
Hex B2 38 CF E 49 0 13 120 3D 34
Octal 262 70 317 16 111 0 23 440 75 64
Binary 10110010 111000 11001111 1110 1001001 0 10011 100100000 111101 110100

Color Harmonies of #B238CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238CF

Black with #B238CF

Text Example


Text Example

White with #B238CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238CF; }

 p { color: rgb(178,56,207); }

 H1.HeaderClassName
 {
   color: #B238CF;
 }
 .AnyTagClassName
 {
   color: #B238CF;
 }
</style>

background-color css

<style>
 a { background-color: #B238CF; }

 a { background-color: rgb(178,56,207); }

 div.DivClassName
 {
   background-color: #B238CF;
 }
 .BgClassName
 {
   background-color: #B238CF;
 }
</style>

border-color css

<style>
 span { border-color: #B238CF; }

 span { border-color: rgb(178,56,207); }

 td.TdClassName
 {
   border-color: #B238CF;
 }
 .TagClassName
 {
   border-color: #B238CF;
 }
</style>