Html Css Color HEX #B75CFB Medium Orchid

📋 copy color: '#B75CFB'

red 183 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #B75CFB

Tints of Medium Orchid #B75CFB

RGB

 RED value IS 183 (71.88% from 255) = 34.79%

 GREEN value IS 92 (36.33% from 255) = 17.49%

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 34.79%
G = 17.49%
B = 47.72%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B75CFB (or 0xB75CFB) is known color: Medium Orchid. HEX triplet: B7, 5C and FB. RGB value is (183,92,251). Sum of RGB (Red+Green+Blue) = 183+92+251=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B75CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CFB is #48A304. Grayscale: #888888. Windows color (decimal): -4760325 or 16473271. OLE color: 16473271.

HSL color Cylindrical-coordinate representation of color #B75CFB: hue angle of 274.34º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75CFB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 92 251 -
CMYK 0.27 0.63 0 0.02
HSL 274.34º 0.95% 0.67% -
HSV(B) 274.34º 0.63% 0.98% -
XYZ 40.77 24.69 93.88 -
YUV 137.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 183 92 251 0.27 0.63 0 0.02 274.34 0.95 0.67
Hex B7 5C FB 1B 3F 0 2 112 5F 43
Octal 267 134 373 33 77 0 2 422 137 103
Binary 10110111 1011100 11111011 11011 111111 0 10 100010010 1011111 1000011

Color Harmonies of #B75CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CFB

Black with #B75CFB

Text Example


Text Example

White with #B75CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CFB; }

 p { color: rgb(183,92,251); }

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

background-color css

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

 a { background-color: rgb(183,92,251); }

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

border-color css

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

 span { border-color: rgb(183,92,251); }

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